home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Hyperion / src / INSTALLATION.txt < prev    next >
Text File  |  1997-02-26  |  2KB  |  56 lines

  1. WorkMan requires XView version 3 or higher.  This is supplied by default on Sun
  2. systems (though you may have to select the "OpenWindows Developers" category
  3. from your SunOS or Solaris CD to get the necessary files for compiling.)  Check
  4. the README file for your machine if you're using something other than SunOS 4,
  5. as there may be additional usage information there.
  6.  
  7. How you build WorkMan depends on which platform you're trying to build it on.
  8.  
  9. SunOS 4.x:
  10.     Just type "make".
  11.  
  12. Solaris 2.x:
  13.     Edit "Makefile" and uncomment the SOL2 and LIBLOC lines.  Then type
  14.     "make".
  15.  
  16. ULTRIX:
  17. NEWS-OS:
  18. BSD/386:
  19. FreeBSD:
  20.     Run "imake" or "xmkmf" to convert the supplied Imakefile to a Makefile.
  21.     Or edit the Makefile to point to the right directories.
  22.  
  23. HP-UX:
  24.     Edit "Makefile.hpux" to point to the correct directories, then type
  25.     "make -f Makefile.hpux" to build WorkMan.
  26.  
  27. Linux:
  28.     Same as HP-UX, but use "Makefile.linux" instead.
  29.  
  30. SVr4 4.0:
  31.     Edit "Makefile.svr4" to point to the right directories, then type
  32.     "make -f Makefile.svr4".
  33.  
  34. OSF/1:
  35.     Edit "Makefile.osf1" to point to the right directories, then type
  36.     "make -f Makefile.osf1".  Note that this port is preliminary and
  37.     there are known problems (see README.osf1 for details).
  38.  
  39. Some of the Makefiles assume that OPENWINHOME is set to the OpenWindows 3.x
  40. home directory.  Some tweaking will probably be required if you're not using
  41. OpenWindows; OPENWINHOME is used to locate the XView include files and
  42. libraries.
  43.  
  44. Once the executable is built, install it in your favorite directory for such
  45. things.  The file "workman.info" should be placed in the XView help directory,
  46. usually $OPENWINHOME/lib/help.  If you put it somewhere else, be sure to set
  47. your HELPPATH environment variable to point to that directory.  This is
  48. necessary if you want to use the Help key to see the controls' descriptions.
  49. Run "make install" to install everything under $OPENWINHOME.  You will probably
  50. need to be root to do this.
  51.  
  52. Once all that's done, you're ready to rock and roll (or jazz, or...)
  53.  
  54. SunOS 4.x and HP-UX users may want to use the "-e" option; see the manual
  55. page for details.
  56.